home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / AIncludes / FileTransferTools.a < prev    next >
Encoding:
Text File  |  1993-11-30  |  1.3 KB  |  72 lines  |  [TEXT/MPS ]

  1. ;    File:        FileTransferTools.a
  2. ;
  3. ;    Copyright:    © 1983-1993 by Apple Computer, Inc.
  4. ;                All rights reserved.
  5. ;
  6. ;    Version:    System 7.1 for ETO #11
  7. ;    Created:    Tuesday, March 30, 1993 18:00
  8. ;
  9. ;___________________________________________________________________________
  10.  
  11.     IF &TYPE('__INCLUDINGFILETRANSFERTOOLS__') = 'UNDEFINED' THEN
  12. __INCLUDINGFILETRANSFERTOOLS__    SET        1
  13.  
  14. ;    messages for fDEFs        
  15. ftInitMsg            EQU    0
  16. ftDisposeMsg        EQU    1
  17. ftSuspendMsg        EQU    2
  18. ftResumeMsg            EQU    3
  19. ftMenuMsg            EQU    4
  20. ftEventMsg            EQU    5
  21. ftActivateMsg        EQU    6
  22. ftDeactivateMsg        EQU    7
  23. ftGetErrorStringMsg    EQU    8
  24.  
  25. ftAbortMsg            EQU    52
  26.  
  27. ftStartMsg            EQU    100
  28. ftExecMsg            EQU    102
  29. ftSendMsg            EQU        103
  30. ftReceiveMsg        EQU        104
  31.  
  32. ; messages for validate DefProc                
  33.  
  34. ftValidateMsg        EQU    0
  35. ftDefaultMsg        EQU    1
  36.  
  37. ;    messages for Setup DefProc                
  38.  
  39. ftSpreflightMsg        EQU    0
  40. ftSsetupMsg            EQU    1
  41. ftSitemMsg            EQU    2
  42. ftSfilterMsg        EQU    3
  43. ftScleanupMsg        EQU    4
  44.  
  45. ;    messages for scripting defProc             
  46. ftMgetMsg            EQU    0
  47. ftMsetMsg            EQU    1
  48.  
  49. ;    messages for localization defProc        
  50.  
  51. ftL2English            EQU    0
  52. ftL2Intl            EQU    1
  53.  
  54. ; def type 
  55.  
  56. fsetType            EQU    'fset'
  57. fvalType            EQU 'fval'
  58. flocType            EQU    'floc'
  59. fscrType            EQU    'fscr'
  60. fdefType            EQU    'fdef'
  61. fbndType            EQU    'fbnd'
  62. fverType            EQU    'vers'
  63.     
  64. FTSetupStruct        Record    0
  65. theDialog    ds.l    1
  66. count        ds.w    1
  67. theConfig    ds.l    1
  68. procID        ds.w    1
  69. FTSetupStructSize        EQU    *
  70.     EndR
  71.     
  72.     ENDIF